home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / nasa / circldiv / circldiv.doc < prev    next >
Encoding:
Text File  |  1995-05-02  |  1.9 KB  |  41 lines

  1.                         Circle Dividing Program
  2.  
  3.      This program uses a dot matrix printer to print out a linear scale 
  4. of any desired length graduated and labeled in 360 increments 
  5. representing the degrees in a circle.
  6.  
  7.      After running the program, it will ask you the length in 
  8. millimeters of the scale desired.  This figure is determined by 
  9. measuring the outside circumference of the cylindrical object the degree 
  10. scale is being created for.
  11.  
  12.      The minimum scale length this program will handle is 30 
  13. millimeters.  At this length, the program will label the scale every 90 
  14. degrees.
  15.  
  16.      If the scale is sufficiently long to allow room, the program is 
  17. capable of dividing each degree mark into sixths, and mark the scale at 
  18. intervals of 10 arc minutes.
  19.  
  20.      Scales of a specific length numbered from 0 to 100 may also be 
  21. created by multiplying the desired length of the scale by 3.6, then 
  22. shutting off the printer when the 100 mark is printed.
  23.  
  24.      The program is currently set up to print on Epsom MX-series 
  25. compatible printers which have a minimum line pitch of 216th of an inch. 
  26. If the program is to be run through a printer with a different minimum 
  27. line pitch, the source code included in this ARC needs to be modified to 
  28. be compatible with the different printer specifications.  If the line 
  29. pitch specification in the source code is not correct, the program will 
  30. run and print, but the scale length will not match that desired.
  31.  
  32.      To properly modify the source code to fit a different printer, the 
  33. variable IO=216 at the left of line 16 needs to be changed to reflect 
  34. the specifications for minimum line pitch shown in your printer manual. 
  35.  
  36.      This program was originally displayed in the March, 1988, Sky and 
  37. Telescope Magazine.  It was written in OMIKRON-Basic 2.0 by Jost Jahn of 
  38. West Germany.  The source code shown in the magazine was compiled with 
  39. HiSoft Basic to create CIRCLDIV.PRG.
  40.  
  41.